debian/bin/genorig.py: repair build orig from repo
authorHans van Kranenburg <hans@knorrie.org>
Wed, 20 Dec 2017 15:02:45 +0000 (16:02 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Thu, 21 Dec 2017 14:20:44 +0000 (15:20 +0100)
commit85da0732b392478748f84c6ce5e2587d27565e7a
tree171e722dd06ed4e1e949560847a62e75f5e5a5b7
parent345afd2270a39c9237531b4e0926d99babf36d40
debian/bin/genorig.py: repair build orig from repo

By picking up the repo provided to the script and kicking the git
archive process into that direction, we can at least do this now:

   ~/build/xen/debian-xen (master) 6-$ debian/bin/genorig.py ~/src/git/xen
   Generate tarball ../orig/xen_4.9.1.orig.tar.xz

...given that the newest changelog entry is e.g. 4.9.1-1

There's probably more things that can be improved in here, but let's
take one step at a time.
debian/bin/genorig.py